[INFO] cloning repository https://github.com/khollbach/compression-api-experiments
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/khollbach/compression-api-experiments" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkhollbach%2Fcompression-api-experiments", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkhollbach%2Fcompression-api-experiments'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1630c2c107a729d38bf38e9329844b757bc168f4
[INFO] fixing khollbach/compression-api-experiments against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkhollbach%2Fcompression-api-experiments" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/khollbach/compression-api-experiments
[INFO] finished tweaking git repo https://github.com/khollbach/compression-api-experiments
[INFO] tweaked toml for git repo https://github.com/khollbach/compression-api-experiments written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/khollbach/compression-api-experiments on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/khollbach/compression-api-experiments already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d5024893e84ebc57f9fccc030311c1d47b919c56fb995a2688bccc0a04348ca1
[INFO] running `Command { std: "docker" "start" "d5024893e84ebc57f9fccc030311c1d47b919c56fb995a2688bccc0a04348ca1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d5024893e84ebc57f9fccc030311c1d47b919c56fb995a2688bccc0a04348ca1" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d5024893e84ebc57f9fccc030311c1d47b919c56fb995a2688bccc0a04348ca1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d5024893e84ebc57f9fccc030311c1d47b919c56fb995a2688bccc0a04348ca1" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking zstd-api-experiments v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: associated function in `impl` without body
[INFO] [stdout]   --> src/examples.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn new(input: impl Read) -> Self;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |                                     |
[INFO] [stdout]    |                                     help: provide a definition for the function: `{ <body> }`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: associated function in `impl` without body
[INFO] [stdout]   --> src/examples.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     fn uncompressed_len(&mut self) -> Result<usize>; // technically should be u64
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |                                                    |
[INFO] [stdout]    |                                                    help: provide a definition for the function: `{ <body> }`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: associated function in `impl` without body
[INFO] [stdout]   --> src/examples.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     fn decompress(self, out: impl Write) -> Result<()>;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |                                                       |
[INFO] [stdout]    |                                                       help: provide a definition for the function: `{ <body> }`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: associated function in `impl` without body
[INFO] [stdout]   --> src/examples.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     fn new(input: impl Read) -> Self;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |                                     |
[INFO] [stdout]    |                                     help: provide a definition for the function: `{ <body> }`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: associated function in `impl` without body
[INFO] [stdout]   --> src/examples.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     fn uncompressed_len(&mut self) -> Result<usize>; // technically should be u64
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |                                                    |
[INFO] [stdout]    |                                                    help: provide a definition for the function: `{ <body> }`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: associated function in `impl` without body
[INFO] [stdout]   --> src/examples.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     fn decompress(self, out: impl Write) -> Result<()>;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]    |                                                       |
[INFO] [stdout]    |                                                       help: provide a definition for the function: `{ <body> }`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Decompressor: BufRead` is not satisfied
[INFO] [stdout]   --> src/examples.rs:93:44
[INFO] [stdout]    |
[INFO] [stdout] 93 | fn decompress_wrapper(input: impl Read) -> impl BufRead {
[INFO] [stdout]    |                                            ^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout] 94 |     Decompressor::new(input)
[INFO] [stdout]    |     ------------------------ return type was inferred to be `Decompressor` here
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `BufRead` is not implemented for `Decompressor`
[INFO] [stdout]   --> src/examples.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | struct Decompressor;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `impl Write: std::io::Read` is not satisfied
[INFO] [stdout]    --> src/examples.rs:101:23
[INFO] [stdout]     |
[INFO] [stdout] 101 |     Decompressor::new(output)
[INFO] [stdout]     |     ----------------- ^^^^^^ the trait `std::io::Read` is not implemented for `impl Write`
[INFO] [stdout]     |     |
[INFO] [stdout]     |     required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `Decompressor::new`
[INFO] [stdout]    --> src/examples.rs:21:24
[INFO] [stdout]     |
[INFO] [stdout]  21 |     fn new(input: impl Read) -> Self;
[INFO] [stdout]     |                        ^^^^ required by this bound in `Decompressor::new`
[INFO] [stdout] help: consider restricting opaque type `impl Write` with trait `Read`
[INFO] [stdout]     |
[INFO] [stdout] 100 | fn decompress_alt_wrapper(output: impl Write + std::io::Read) -> impl Write {
[INFO] [stdout]     |                                              +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Decompressor: std::io::Write` is not satisfied
[INFO] [stdout]    --> src/examples.rs:100:50
[INFO] [stdout]     |
[INFO] [stdout] 100 | fn decompress_alt_wrapper(output: impl Write) -> impl Write {
[INFO] [stdout]     |                                                  ^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout] 101 |     Decompressor::new(output)
[INFO] [stdout]     |     ------------------------- return type was inferred to be `Decompressor` here
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `std::io::Write` is not implemented for `Decompressor`
[INFO] [stdout]    --> src/examples.rs:19:1
[INFO] [stdout]     |
[INFO] [stdout]  19 | struct Decompressor;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Compressor` in this scope
[INFO] [stdout]    --> src/examples.rs:111:5
[INFO] [stdout]     |
[INFO] [stdout] 111 |     Compressor::new(output)
[INFO] [stdout]     |     ^^^^^^^^^^ use of undeclared type `Compressor`
[INFO] [stdout]     |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 111 -     Compressor::new(output)
[INFO] [stdout] 111 +     Decompressor::new(output)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Compressor` in this scope
[INFO] [stdout]    --> src/examples.rs:119:5
[INFO] [stdout]     |
[INFO] [stdout] 119 |     Compressor::new(input)
[INFO] [stdout]     |     ^^^^^^^^^^ use of undeclared type `Compressor`
[INFO] [stdout]     |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 119 -     Compressor::new(input)
[INFO] [stdout] 119 +     Decompressor::new(input)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Decompressor: BufRead` is not satisfied
[INFO] [stdout]   --> src/examples.rs:93:44
[INFO] [stdout]    |
[INFO] [stdout] 93 | fn decompress_wrapper(input: impl Read) -> impl BufRead {
[INFO] [stdout]    |                                            ^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout] 94 |     Decompressor::new(input)
[INFO] [stdout]    |     ------------------------ return type was inferred to be `Decompressor` here
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `BufRead` is not implemented for `Decompressor`
[INFO] [stdout]   --> src/examples.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | struct Decompressor;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `impl Write: std::io::Read` is not satisfied
[INFO] [stdout]    --> src/examples.rs:101:23
[INFO] [stdout]     |
[INFO] [stdout] 101 |     Decompressor::new(output)
[INFO] [stdout]     |     ----------------- ^^^^^^ the trait `std::io::Read` is not implemented for `impl Write`
[INFO] [stdout]     |     |
[INFO] [stdout]     |     required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `Decompressor::new`
[INFO] [stdout]    --> src/examples.rs:21:24
[INFO] [stdout]     |
[INFO] [stdout]  21 |     fn new(input: impl Read) -> Self;
[INFO] [stdout]     |                        ^^^^ required by this bound in `Decompressor::new`
[INFO] [stdout] help: consider restricting opaque type `impl Write` with trait `Read`
[INFO] [stdout]     |
[INFO] [stdout] 100 | fn decompress_alt_wrapper(output: impl Write + std::io::Read) -> impl Write {
[INFO] [stdout]     |                                              +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Decompressor: std::io::Write` is not satisfied
[INFO] [stdout]    --> src/examples.rs:100:50
[INFO] [stdout]     |
[INFO] [stdout] 100 | fn decompress_alt_wrapper(output: impl Write) -> impl Write {
[INFO] [stdout]     |                                                  ^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout] 101 |     Decompressor::new(output)
[INFO] [stdout]     |     ------------------------- return type was inferred to be `Decompressor` here
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `std::io::Write` is not implemented for `Decompressor`
[INFO] [stdout]    --> src/examples.rs:19:1
[INFO] [stdout]     |
[INFO] [stdout]  19 | struct Decompressor;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Compressor` in this scope
[INFO] [stdout]    --> src/examples.rs:111:5
[INFO] [stdout]     |
[INFO] [stdout] 111 |     Compressor::new(output)
[INFO] [stdout]     |     ^^^^^^^^^^ use of undeclared type `Compressor`
[INFO] [stdout]     |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 111 -     Compressor::new(output)
[INFO] [stdout] 111 +     Decompressor::new(output)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Compressor` in this scope
[INFO] [stdout]    --> src/examples.rs:119:5
[INFO] [stdout]     |
[INFO] [stdout] 119 |     Compressor::new(input)
[INFO] [stdout]     |     ^^^^^^^^^^ use of undeclared type `Compressor`
[INFO] [stdout]     |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 119 -     Compressor::new(input)
[INFO] [stdout] 119 +     Decompressor::new(input)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/examples.rs:136:30
[INFO] [stdout]     |
[INFO] [stdout] 136 |         let len = input.read(buf)?;
[INFO] [stdout]     |                         ---- ^^^ expected `&mut [u8]`, found `Vec<{integer}>`
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected mutable reference `&mut [u8]`
[INFO] [stdout]                           found struct `Vec<{integer}>`
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/io/mod.rs:797:7
[INFO] [stdout] help: consider mutably borrowing here
[INFO] [stdout]     |
[INFO] [stdout] 136 |         let len = input.read(&mut buf)?;
[INFO] [stdout]     |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/examples.rs:136:30
[INFO] [stdout]     |
[INFO] [stdout] 136 |         let len = input.read(buf)?;
[INFO] [stdout]     |                         ---- ^^^ expected `&mut [u8]`, found `Vec<{integer}>`
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected mutable reference `&mut [u8]`
[INFO] [stdout]                           found struct `Vec<{integer}>`
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/io/mod.rs:797:7
[INFO] [stdout] help: consider mutably borrowing here
[INFO] [stdout]     |
[INFO] [stdout] 136 |         let len = input.read(&mut buf)?;
[INFO] [stdout]     |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/examples.rs:149:26
[INFO] [stdout]     |
[INFO] [stdout] 149 |         input.read_exact(buf)?;
[INFO] [stdout]     |               ---------- ^^^ expected `&mut [u8]`, found `Vec<{integer}>`
[INFO] [stdout]     |               |
[INFO] [stdout]     |               arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected mutable reference `&mut [u8]`
[INFO] [stdout]                           found struct `Vec<{integer}>`
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/io/mod.rs:1028:7
[INFO] [stdout] help: consider mutably borrowing here
[INFO] [stdout]     |
[INFO] [stdout] 149 |         input.read_exact(&mut buf)?;
[INFO] [stdout]     |                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/examples.rs:149:26
[INFO] [stdout]     |
[INFO] [stdout] 149 |         input.read_exact(buf)?;
[INFO] [stdout]     |               ---------- ^^^ expected `&mut [u8]`, found `Vec<{integer}>`
[INFO] [stdout]     |               |
[INFO] [stdout]     |               arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected mutable reference `&mut [u8]`
[INFO] [stdout]                           found struct `Vec<{integer}>`
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/io/mod.rs:1028:7
[INFO] [stdout] help: consider mutably borrowing here
[INFO] [stdout]     |
[INFO] [stdout] 149 |         input.read_exact(&mut buf)?;
[INFO] [stdout]     |                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/examples.rs:150:26
[INFO] [stdout]     |
[INFO] [stdout] 150 |         output.write_all(buf)?;
[INFO] [stdout]     |                --------- ^^^ expected `&[u8]`, found `Vec<{integer}>`
[INFO] [stdout]     |                |
[INFO] [stdout]     |                arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&[u8]`
[INFO] [stdout]                   found struct `Vec<{integer}>`
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/io/mod.rs:1542:7
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]     |
[INFO] [stdout] 150 |         output.write_all(&buf)?;
[INFO] [stdout]     |                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/examples.rs:150:26
[INFO] [stdout]     |
[INFO] [stdout] 150 |         output.write_all(buf)?;
[INFO] [stdout]     |                --------- ^^^ expected `&[u8]`, found `Vec<{integer}>`
[INFO] [stdout]     |                |
[INFO] [stdout]     |                arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&[u8]`
[INFO] [stdout]                   found struct `Vec<{integer}>`
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/io/mod.rs:1542:7
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]     |
[INFO] [stdout] 150 |         output.write_all(&buf)?;
[INFO] [stdout]     |                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0308, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0308, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zstd-api-experiments` (bin "zstd-api-experiments") due to 11 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `zstd-api-experiments` (bin "zstd-api-experiments" test) due to 11 previous errors
[INFO] running `Command { std: "docker" "inspect" "d5024893e84ebc57f9fccc030311c1d47b919c56fb995a2688bccc0a04348ca1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d5024893e84ebc57f9fccc030311c1d47b919c56fb995a2688bccc0a04348ca1", kill_on_drop: false }`
[INFO] [stdout] d5024893e84ebc57f9fccc030311c1d47b919c56fb995a2688bccc0a04348ca1
